Open
Conversation
…w - ${new Date().toISOString()}`
…w - ${new Date().toISOString()}`
Scripts in tools/, tasks/, and .githooks/ were tracked as non-executable. Now all .sh files are properly executable. Co-authored-by: Cursor <cursoragent@cursor.com>
Scripts were using hardcoded .git/hooks path which fails in worktrees where .git is a file. Now uses git rev-parse --git-common-dir to find the correct hooks directory in both regular repos and worktrees. Co-authored-by: Cursor <cursoragent@cursor.com>
The pre-commit script had JavaScript-style /** ... */ comment block which bash cannot parse. Converted to proper # comment style. Co-authored-by: Cursor <cursoragent@cursor.com>
…ttierrc.yaml corruption - Replace corrupted .prettierrc.yaml with .prettierrc (from v2/.prettierrc) - Restore v2/.prettierrc MDX parser override (removed in 16f6ba0) - Add .vscode/settings.json with files.associations and emmet config - Add .vscode/extensions.json with recommended extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Switches the
mainbranch docs experience to Docs V2 and brings in the new docs structure, navigation, automation, and contributor workflow updates needed to support it.Type of Change
Other: Repository-wide Docs V2 migration and tooling/workflow updates.
Related Issues
Fixes #
Related to #
Changes Made
Testing
npm run devScreenshots (if applicable)
N/A (large content and structure migration).
Checklist
Additional Notes
This PR is intentionally broad to land Docs V2 as the new primary docs baseline. Follow-up PRs can further refine content quality, link validation, and section-level polish.